body{
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #110f0f;
}


#baner-1{

    position: absolute;
    left: 50%;
    width: 102%;
    top: -10%;
    height: 55%;
    transform: translateX(-50%);

}

#logo-1 {

    position: relative;
    width: 190px;
    right: 0px;
    top: 30px;

}

#logo-2 {

    position: absolute;
    width: 180px;
    right: 170px;
    top: 27px;


}


#muno {
    position: fixed;
    z-index: 1000;
    font-size: 30px;
    top: 25px;
    left: 45px;
    background-color: hsl(90, 100%, 50%);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    cursor:pointer;
    color: rgb(235, 229, 229);
    box-shadow: 6px 6px 10px rgba(125, 248, 2, 0.5);
}

#muno2 {

    position: fixed;
    top: 100px;
    left: -295px;
    width: 280px;
    height: 67%;
    background-color: #222;
    transition:  0.6s ease-in-out;
    z-index: 1000;
    padding-top: 8%;
    box-shadow: 9px 9px 10px rgba(0,0,0,0.5);

}


#muno2 ul {

    list-style: none;
    margin: 0;
    padding: 0;
}

#muno2 ul li {

    border-bottom: 1px solid #444;
    border-top: 1px solid #444;


}

#muno2 ul li a {

    display: block;
    padding: 18px 25px;
    color: rgb(245, 179, 179);
    text-decoration: none;
    background-color: 0.5s;
}

#muno2 ul li a:hover {

    background-color: rgb(68, 68, 68);
    color: rgb(126, 243, 10);
    transition: 0.6s ease-in-out;
}


#img-muno {
    position: absolute;
    width: 90px;
    top: 3px;
    right: 10px;
    z-index: 1000;
}


#img-muno2 {
    position: absolute;
    width: 88px;
    top: 3px;
    left: 0;
    z-index: 1000;


}

#div-muno{

    background-color: #ff0000 ;
    background: #070780;
    width: 100%;
    height: 109px;
    position: absolute;
    top: 0;

}

#heder-div {

    width: 59.5%;
    height: 50px;
    position: absolute;
    background: #1f1f1f;
    left: 40%;
    top: 235px;
    border: 2px solid rgb(94, 94, 94);
    border-radius: 500px 0 0 ;
    z-index: 2;
    
 
}


#heder-div2 {

    width: 39%;
    height: 50px;
    position:absolute;
    background:rgb(27, 27, 27);
    left:0px;
    top: 239px;
    border: 2px solid  rgb(0, 0, 0);
    border-radius: 0 0 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

#ul-heder {

    position: absolute;
    right: 50px;
    font-size: 18px;
    top: -3px;
    display: flex;
    margin: 0;
    padding: 0 ;
    transition: 1s;

}

#ul-heder .li-1 {

    list-style-type: none;
    margin-right: 10px;
    background-color: rgb(32, 31, 31);
    padding: 18px 15px;
    border-left: 2px solid rgb(199, 6, 238);
    transition: 0.6s ease-in-out;
    box-shadow: 5px 5px 8px hsl(0, 0%, 0%, 0.5);
    position: relative; 
    margin-left: 15px;
    top: 1px;
    height: 17.5px;

   
  

}


#ul-heder .li-1:hover {
    
    background-color: rgb(4, 110, 4);
    transition: 0.6s ease-in-out;
    border-left: 2px solid rgb(238, 6, 6);
}


#ul-heder a {
    text-decoration: none;
    color: #fff;
    

}

#ul-heder li:hover .ul-2{

    display: block;
    transition: 1s ;

   
}



.li-2 {
    padding: 5px;
    position: relative;
    top: 10px;
}

.li-2:hover{
    background-color: #20a820ce;
}

.ul-2 {
    background: #21b10e;
    width: 130px;
    height: 200px;
    position: absolute;
    list-style: none;
    right: 40px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 6px 6px 10px hsl(0, 0%, 0%);
    padding-bottom: 30px;
    margin-top: 20px;
    display: none;
    transition: 1s ;
    z-index: 999;

   
}


.li-2 a {
    white-space: nowrap; 
    display: block; 
    padding-top: 30px; 
    color: #000000;
    text-decoration: none;
    padding: 5px;
    margin: 0;
   
}

.instgram {
    position: absolute;
    left: -59.5%;
    top: -140px;
    font-size: 38px;
    z-index: 99;
    transition: 0.8s ease-in-out;

    
}

.instgram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.instgram-icon:hover {
    color: #f00bb7;
    transition: 0.5s ease-in-out;

}

.text-icon1 {

    display: none;
    position: absolute;
    top: 15px;
    left: 130%;
    font-size: 14px;
    background-color:#ca47a9;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.instgram:hover .text-icon1 {
    display: block;
    transition: 0.8s ease-in-out;

}

.telegram {
    position:relative;
    right: 155.5% ;
    top: -93px;
    font-size: 35px;
   
}

.telegram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.telegram-icon:hover {
    color: #0b1bf8;
    transition: 0.5s ease-in-out;

}


.text-icon2 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#4750ca;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.telegram:hover .text-icon2 {
    display: block;
    transition: 0.8s ease-in-out;

}

.youtube {

    position:relative;
    right: 154.7% ;
    top: -90px;
    font-size: 42px;

}

.youtube-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.youtube-icon:hover{
    color: #f80b0b;
    transition: 0.5s ease-in-out;

}


.text-icon3 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#ca4747;
    color: #fff;
    padding: 8px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.youtube:hover .text-icon3 {
    display: block;
    transition: 0.8s ease-in-out;

}


#h1-p {
    margin-right: 20px;
    margin-top: 170px;
    font-size: 25px;
    text-shadow: 8px 8px 12px hsl(0, 0%, 0%, 0.7);
    color: rgb(206, 206, 206);
    z-index: 1000;
}

#img-1 {

    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 999;
    border-radius: 20px;
    left: -40%;
    top: 500px;
    box-shadow: 8px 8px 15px rgba(103, 105, 102, 0.5);
    animation: animation 1.5s linear 1 forwards;
}

@keyframes animation {
    0%{
        left: -40%;
    }
    100%{
        left: 32%;
    }
}


.container {
    width: 500px;
    margin: 100px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
  }

  
  details {
    margin-top: 140%;
  }

.fa-music {
    color: #850bf8;
}


#music-icon::after {
    content: '\f001 \f001 \f001'; 
}

#p-summary {
    text-align: center;
}

.audio-1 {

   position: relative;
   display: block;
   margin: 100px auto;
   width: 500px;
   border: 2px solid rgb(127, 133, 128);
   border-radius: 35px;
   box-shadow: 5px 5px 8px rgba(106, 107, 106, 0.5);

}


.downold-a1  {
    position: relative;
    display: block;
    margin: 100px auto;
    width: 300px;
    height: 50px;
    background-color: blueviolet;
    border-radius: 20px;
    border: 3px solid rgb(236, 194, 6);
    box-shadow: 6px 6px 8px hsl(51, 100%, 50%, 0.5);
    cursor: pointer;
    font-size: 23px;
    transition: 0.5s ease-in-out;
    color: #fff;


}

.downold-a1:hover {

    background-color: #4d4d4d;

}


.jostjoosit {
    max-width: 100%;
    width: 260px;
    height: auto;
    margin-left: 45px;
    background-color: #1e1f20;
    border: 2px solid #000000;
    border-radius: 0px 5px 5px 0px ;
    padding: 12px 15px;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



#icon-submit{
    position: absolute;
    top: 5px;
    left: 139px;
    width: 45px;
    height: 41px;
    border: 1px solid #34ac1c;
    background-color:#1d9b04;
    cursor: pointer;
    
}

#icon-submit:active{
    background-color: #0d6114;
    border: 1px solid #0d6114;

}

#icon-search{
    font-size: 19px;
    color: rgb(212, 211, 211);
    transition: 0.8s ease-in-out;

}

#icon-submit:hover #icon-search {
    color: rgb(255, 255, 255);
    font-size: 20px;
    transition: 0.8s ease-in-out;
}